home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000244_news@columbia.edu _Sat Apr 29 22:36:54 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id WAA11329
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 29 Apr 2000 22:36:54 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA02764
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 29 Apr 2000 22:36:53 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id WAA21987
  10.     for kermit.misc@watsun.cc.columbia.edu; Sat, 29 Apr 2000 22:34:13 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Bob Bernstein <PooBah@ruptured-duck.com>
  13. Subject: lrzsz + telnet + kermie = ?
  14. Organization: odds with Reality
  15. Message-ID: <sYMO4.48800$MZ2.566028@news1.wwck1.ri.home.com>
  16. Date: Sun, 30 Apr 2000 02:34:00 GMT
  17. To: kermit.misc@columbia.edu
  18.  
  19. Has anyone managed to coax ckermit to do zmodem transfers via telnet using
  20. the lrzsz package? Consider:
  21.  
  22. Two machines are on the same LAN, acessing the 'net via the same
  23. gateway/firewall. One runs Win95; its K95, with onboard zmodem, can
  24. flawlessly grab qwk packets off the local BBS via the latter's telnet node.
  25. The other, a Linux box, runs ckermit and flubs all efforts to do the same,
  26. spawning endless CRC errors from its invocation of rz. This same ckermit and
  27. rz have no trouble if the connection is made via dialup/modem.
  28.  
  29. Here's the .mykermrc I've been using on the linux box: (I tried to duplicate
  30. what I could make out for K95's settings)
  31.  
  32. set telnet terminal-type vt100
  33. set file type binary
  34. set terminal character-set transparent
  35. set file character-set cp437
  36. set control-character unprefixed all
  37. set receive packet-length 96
  38. set window 0
  39. set telnet wait-for-negotiations off
  40. set protocol zmodem rz {rz -a} {sz %s} {sz -a %s} rz {rz -a}
  41.  
  42. (And yes, for those of you with good memories, I am revisiting a topic I've
  43. raised here before; perhaps I will have to get off my butt and help the
  44. board's sysop put real kermit onto his braindead Wildcat software!)
  45.  
  46. -- 
  47. Bob Bernstein                     http://www.ruptured-duck.com
  48.